Base API/ja
BaseモジュールはFreeCADモジュール内部に含まれ、FreeCADでよく使われる様々なオブジェクトのためのコンストラクタが含まれています。
BoundBox([Xmin,Ymin,Zmin,Xmax,Ymax,Zmax] ) または ( Tuple, Tuple ) または ( Vector, Vector)
Description: バウンディングボックスを作成します。バウンディングボックスとは外部との境界を表現するための直方体です。様々な3D型からバウンディングボックスを取得することができます。バウンディングボックスは3D構成要素が他のオブジェクトの占める領域と重なっているかどうか判定するために使われることが多いです。最初に境界の干渉チェックを行うと計算時間を大幅に節約することができるのです!
Matrix( )
Description: 行列を作成します。行列はオブジェクトに対する変換の適用に使用できます。
Vector() または ( x,y,z)
Description: FreeCADの3次元ベクトルを作成します。ベクトルは3次元上の点または方向を表します。
Placement( )
User documentation
- Getting started
- Installation: Download, Windows, Linux, Mac, Additional components, Docker, AppImage, Ubuntu Snap
- Basics: About FreeCAD, Interface, Mouse navigation, Selection methods, Object name, Preferences, Workbenches, Document structure, Properties, Help FreeCAD, Donate
- Help: Tutorials, Video tutorials
- Workbenches: Std Base, Assembly, BIM, CAM, Draft, FEM, Inspection, Material, Mesh, OpenSCAD, Part, PartDesign, Points, Reverse Engineering, Robot, Sketcher, Spreadsheet, Surface, TechDraw, Test Framework